home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Virtual Terminal Protocol
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : E_Systems, Inc., ECI Division
- -- : St. Petersburg, Florida
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 E_Systems, Inc.
- -- DATE CREATED :
- -- DATE RELEASED : 22 June 1985
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : Communications
- -- CATEGORY LEVEL 2 : Protocol
- -- CATEGORY LEVEL 3 : TELNET
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : TELNET
- -- INDEX : Virtual Terminal Protocol
- -- INDEX : Protocol, Virtual Terminal
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_03_2
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.DDN>TEL*.*
- -- FILE SPECS : PD:<ADA.DDN>IFACE*.*
- -- FILE SPECS : PD:<ADA.DDN>WICAT*.*
- -- FILE SPECS : PD:<ADA.DDN>USERSMAN*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.DDN>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- TELBAT.CO 555 11
- -- TELNET.CMM 1264 34
- -- TELNET.CO 808 41
- -- TELNET.PRO 3642 80
- -- TELNET.SRC 273396 6840
- -- TELWICAT.DAT 194 14
- -- TELWICAT.SRC 218505 5011
- -- IFACE.COM 512 19
- -- IFACE.SRC 48820 1289
- -- IFACEBAT.COM 570 11
- -- WICATMISC.SRC 102526 3989
- -- USERSMAN.DIS 103 5
- -- USERSMAN.DOC 105163 2553
- -- =============== ========== ==========
- -- 13 Files 756058 19897
- --= ABSTRACT ===============================================--
- -- This tool will implement RFC-854 of the TELNET protocal
- -- supporting a bidirectional, eight-bit byte oriented communications
- -- facility. This approach encompasses three main ideas: Network
- -- Virtual Terminal (NVT), negotiated options, and a symmetric view of
- -- terminals and processes.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 06/22 1.0 Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-